mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 11:40:06 +01:00
12 lines
166 B
Python
Executable File
12 lines
166 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from .parser import Parser
|
|
|
|
|
|
class ParserARMv81(Parser):
|
|
# TODO
|
|
|
|
def __init__(self):
|
|
# TODO
|
|
raise NotImplementedError
|