mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 01:39:43 -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 *
|