mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
10 lines
102 B
Python
10 lines
102 B
Python
from dotenv import load_dotenv
|
|
|
|
|
|
def main() -> None:
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|