mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
8 lines
126 B
Python
8 lines
126 B
Python
|
|
from .base import *
|
|
from .asm import *
|
|
from .ret import *
|
|
from .sinit import *
|
|
from .store import *
|
|
from .small_asm import *
|