feat: python project setup
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from .cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -0,0 +1,2 @@
|
||||
def main():
|
||||
print("HELLO CAMPIONI")
|
||||
Reference in New Issue
Block a user