chore: Switch to uv for project management
This commit is contained in:
parent
e3a2a2068a
commit
57cf39bcd5
6 changed files with 611 additions and 703 deletions
6
main.py
Normal file
6
main.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from papis-bbt-formatter!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue