mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
10 lines
90 B
Python
10 lines
90 B
Python
![]() |
import pyasn1
|
||
|
|
||
|
|
||
|
def main():
|
||
|
print("egg-test")
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|