2019-03-13 10:59:06 +01:00
|
|
|
from osuRepy.frame import ReplayFrame # ReplayFrame
|
|
|
|
from osuRepy.replay import Replay # Replay instance
|
2019-03-13 05:43:26 +01:00
|
|
|
|
2019-03-13 10:59:06 +01:00
|
|
|
from osuRepy.helpers import osuButtons, osuMods # Enum helpers
|
2019-03-13 05:43:26 +01:00
|
|
|
|
2019-03-18 08:00:18 +01:00
|
|
|
replay = Replay() # Create replay instance
|
2019-03-13 05:43:26 +01:00
|
|
|
|
2019-03-18 08:00:18 +01:00
|
|
|
replay.load("replay.osr")
|