mirror of
https://github.com/opus-tango/tfc-forge-macro.git
synced 2026-07-18 07:22:43 +00:00
initialize macro program
This commit is contained in:
1
tfc-forge-macro/.python-version
Normal file
1
tfc-forge-macro/.python-version
Normal file
@@ -0,0 +1 @@
|
||||
3.12
|
||||
1
tfc-forge-macro/README.md
Normal file
1
tfc-forge-macro/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This project is for setting up a macro program to automate forging in terrafirmacraft.
|
||||
6
tfc-forge-macro/main.py
Normal file
6
tfc-forge-macro/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Hello from tfc-forge-macro!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
7
tfc-forge-macro/pyproject.toml
Normal file
7
tfc-forge-macro/pyproject.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[project]
|
||||
name = "tfc-forge-macro"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
Reference in New Issue
Block a user