mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
9 lines
90 B
Python
9 lines
90 B
Python
import pyasn1
|
|
|
|
|
|
def main():
|
|
print("egg-test")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|