1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
dotfile-automator/project/export/exports.py

15 lines
128 B
Python

def atom():
print("atom")
def thing():
print("thing")
def stuff():
print("stuff")
def foo():
print("foo")